home *** CD-ROM | disk | FTP | other *** search
- <!-- HTML was created by Harbinger's TrustedLink INP. For more information,
- call 404-841-4334 or visit http://inp.harbinger.net -->
-
- <HTML>
- <HEAD>
- <TITLE>$Nickname Company Overview</TITLE>
- </HEAD>
- <BODY Text="$tcolor" Link="$lcolor" VLINK="$vlcolor" BACKGROUND="images/$BackGrndFile">
-
- <TABLE width=100%>
- <TR>
- $if($Logo)
- <TD ALIGN=center><IMG SRC="images/$Logo" ALT="Company Logo"
- $if($Logo.width)
- width=$Logo.width
- $endif
- $if($Logo.height)
- height=$Logo.height
- $endif
- ></td>
- $endif
- <TD><H2>$Nickname Overview</H2>
- $if($or($Highlight1,$Highlight2,$Highlight3,$Highlight4))
- <UL>
- $if($Highlight1)
- <LI>$Highlight1
- $endif
- $if($Highlight2)
- <LI>$Highlight2
- $endif
- $if($Highlight3)
- <LI>$Highlight3
- $endif
- $if($Highlight4)
- <LI>$Highlight4
- $endif
- </UL>
-
- $endif
- </TD>
- </TR>
- </TABLE>
-
- <BR CLEAR=all>
- <HR>
-
- <!------------------------ END OF HEADER ------------------------------->
-
- <!------------------- GENERAL DESCRIPTION ------------------------->
-
-
- $if($Overview)
- $Overview
- <HR WIDTH=66%>
- $endif
- <P>
- <!------------------- HOURS OF OPERATION --------------------->
-
- $if($equal($isHoursExcluded,0))
-
- <H3>Hours of Operation</H3>
-
- <FONT SIZE=-1>Time Zone: $TimeZone </FONT>
-
- <TABLE CELLSPACING="8">
- <TR>
- <TD VALIGN=bottom><STRONG>Monday</STRONG></TD>
- <TD VALIGN=bottom>$if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
- </TR>
- <TR>
- <TD VALIGN=bottom><STRONG>Tuesday</STRONG></TD>
- <TD VALIGN=bottom> $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
- </TR>
- <TR>
- <TD VALIGN=bottom><STRONG>Wednesday</STRONG></TD>
- <TD VALIGN=bottom> $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
- </TR>
- <TR>
- <TD VALIGN=bottom><STRONG>Thursday</STRONG></TD>
- <TD VALIGN=bottom> $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
- </TR>
- <TR>
- <TD VALIGN=bottom><STRONG>Friday</STRONG></TD>
- <TD VALIGN=bottom> $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
- </TR>
- <TR>
- <TD VALIGN=bottom><STRONG>Saturday</STRONG></TD>
- <TD VALIGN=bottom> $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime </TD>
- </TR>
- <TR>
- <TD VALIGN=bottom><STRONG>Sunday</STRONG></TD>
- <TD VALIGN=bottom> $if($CDayTimeHours) $endif$ $CDayTimeHours.Opentime </TD>
- <TD VALIGN=bottom> to </TD>
- <TD VALIGN=bottom> $CDayTimeHours.Closetime $endwhile</TD>
- </TR>
- </TABLE>
-
- <P>
- <EM>$SpecialHours</EM>
- <HR WIDTH=66%>
- <BR><BR>
- $endif
- <!------------------------- LOCATIONS ---------------------------->
-
- $if($equal($isLocationListExcluded,0))
- $if($equal($LocationCount,"1"))
- <p><h2>$Nickname Locations</h2>
- <table cellpadding="6">
- $while($CLocation)
-
- <BLOCKQUOTE>
- <tr>
- <td WIDTH="50%" VALIGN=top> <font size=+1>$CLocation.name </font><br>
- $CLocation.street1 <br>
- $CLocation.city
- $if($or($CLocation.state,$CLocation.zip))
- ,
- $endif
- $CLocation.state $CLocation.zip <br>
- $if($CLocation.phone)
- Phone: $CLocation.phone <BR>
- $endif
- $if($CLocation.fax)
- Fax: $CLocation.fax
- $endif
- </td>
-
- $if($not($CLocation))
- </TD><TD><BR></TD></TR>
-
- </BLOCKQUOTE>
- $break
- $endif
- <td WIDTH="50%" VALIGN=top> <font size=+1>$CLocation.name </font><br>
- $CLocation.street1 <br>
- $CLocation.city
- $if($or($CLocation.state,$CLocation.zip))
- ,
- $endif
- $CLocation.state $CLocation.zip <br>
- $if($CLocation.phone)
- Phone: $CLocation.phone <BR>
- $endif
- $if($CLocation.fax)
- Fax: $CLocation.fax
- $endif
- </td>
- </tr>
-
- </BLOCKQUOTE>
- $endwhile
-
- </table>
- $endif
- <HR WIDTH=66%>
- $endif
- <!-------------------------- OUR PEOPLE ---------------------->
-
- $if($equal($isAgentListExcluded,0))
-
- <H2>Our People</H2>
-
- $if($not($CAgentCount))
- <STRONG>Say Hi to our Agents:</STRONG>
- $endif
-
- $while($CAgent)
- <BLOCKQUOTE>
- <TABLE BORDER=0 WIDTH=80% CELLPADDING="2">
- <TR>
- <TD VALIGN="Top"><STRONG><FONT SIZE=+1>$CAgent.name</FONT></STRONG> <BR>
- $CAgent.title <P>
- $if($CAgent.phone)
- <STRONG>Phone</STRONG>: $CAgent.phone <BR>
- $endif
- $if($CAgent.fax)
- <STRONG>Fax</STRONG>:$CAgent.fax
- $endif </TD>
- $if($CAgent.picture)
- <TD><IMG SRC="images/$CAgent.picture "
- $if($CAgent.picture.width)
- width=$CAgent.picture.width
- $endif
- $if($CAgent.picture.height)
- height=$CAgent.picture.height
- $endif
- ></TD>
- $endif
- </TR>
- <TR>
- <TD COLSPAN=2><EM>$CAgent.experience</EM></TD>
- </TR>
- <TR>
- <TD COLSPAN=2> <BR> </TD>
- </TR>
- </TABLE>
- </BLOCKQUOTE>
- <P>
-
- $endwhile
- $endif
- $if($Workgroup_pic)
- <CENTER><IMG SRC="images/$Workgroup_pic"
- $if($Workgroup_pic.width)
- width=$Workgroup_pic.width
- $endif
- $if($Workgroup_pic.height)
- height=$Workgroup_pic.height
- $endif
- ></CENTER><BR>
- $endif
-
- <!-------------------- BOTTOM BUTTON NAVIGATION ----------------------->
-
- <P><hr><P>
- <center>
-
- <A HREF="index.htm"><IMG SRC="images/home.gif" ALT="Home Page Button" width="85"
- height="23" border=0></A>
-
- <A HREF="overview.htm"><IMG SRC="images/comp.gif"
- ALT="Company Overview Button" width="85" height="23" border=0></A>
-
-
- $if($equal($isProductPageExcluded,0))
- $if($and($equal($Preview,0),$equal($dynamicOrder,1)))
- <a href="/cgi-bin/cgiblend?blender=po.blend&CompanyShortName=$$CompanyShortName">
- $else
- <a href="catalog.htm">
- $endif
-
- <IMG SRC="images/cat.gif" ALT="Catalog" width="85" height="23" border=0></A>
- $endif
- $if($equal($isInternetPageExcluded,0))
- <A HREF="resource.htm"><BR><IMG SRC="images/res.gif" ALT="Net
- Resources Button" width="85" height="23" border=0></A>
- $endif
-
- $if($equal($isGuestBookPageExcluded,0))
- <A HREF="gbook.htm"><IMG SRC="images/guest.gif"
- ALT="Guest Book Button" width="85" height="23" border=0></A>
- $endif
-
- $if($not($equal($Preview,1)))
- <A HREF="mailto:$$email">
- $endif
-
- <IMG SRC="images/cont.gif"
- ALT="Contact
- Button" width="85" height="23" border=0></A>
-
- </CENTER>
- <BR>
-
- <!-------------------- CLICK HERE TO RETURN TO INP ----------------------->
-
- <CENTER>
-
- $if($not($equal($Preview,1)))
- <A HREF="http://www.harbinger.net/">
- $endif
- <IMG SRC="images/inp.gif" ALT="INP Graphic" border="0" width="200" height="25"></A>
- </CENTER>
- <P>
- $if($equal($Preview,1))
- <h2><a href="inp://return">Click here to return to INP!</a></h2>
- (<STRONG>NOTICE:</STRONG> The "Click here to return to INP" hotlink will not exist in your published version!)<p>
- $endif
-
- <!------------------------ COPYRIGHT INFORMATION ---------------------->
-
- <font size=-2>
- Content Copyright © 1996 $Company_name$.<br>
- Portions Copyright © 1996 Harbinger Corporation.<br>
- All Rights Reserved.<p>
- USE OF THESE WEB PAGES IS LIMITED:
- <A HREF="http://inp.harbinger.net/license/terms.htm">TERMS</a>
- </font>
-
- </BODY></HTML>